github.com/andybalholm/brotli.hashLongestMatchQuickly.Store (method, view implemented interface methods)

5 uses

	github.com/andybalholm/brotli (current package)
		hash_longest_match_quickly.go#L79: func (h *hashLongestMatchQuickly) Store(data []byte, mask uint, ix uint) {
		hash_longest_match_quickly.go#L89: 		h.Store(data, mask, i)
		hash_longest_match_quickly.go#L98: 		h.Store(ringbuffer, ringbuffer_mask, position-3)
		hash_longest_match_quickly.go#L99: 		h.Store(ringbuffer, ringbuffer_mask, position-2)
		hash_longest_match_quickly.go#L100: 		h.Store(ringbuffer, ringbuffer_mask, position-1)